词语吧>英语词典>buffer store翻译和用法

buffer store

英 [ˈbʌfə(r) stɔː(r)]

美 [ˈbʌfər stɔːr]

网络  缓冲积蓄器

计算机

英英释义

noun

  • (computer science) a part of RAM used for temporary storage of data that is waiting to be sent to a device
      Synonym:bufferbuffer storage

    双语例句

    • When MySQL must perform a sort, it allocates a sort buffer to store the rows as they're read from disk.
      当MySQL必须要进行排序时,就会在从磁盘上读取数据时分配一个排序缓冲区来存放这些数据行。
    • A buffer in a drum used to temporarily store data.
      磁鼓中用来暂时存放数据的一种缓冲区。
    • The WinSock and DirectShow technologies are used in the main-machine PC to receive, decode and play the real-time multimedia data in the Ethernet. A double buffer queue like cycle queue technology is also used to store the multimedia data in the memory of the main-machine.
      上位机PC主要利用WinSock技术和DirectShow技术进行网络多媒体数据的实时接收、解码和播放等工作,并使用了一种类似循环队列的双缓冲队列技术来进行内存中多媒体数据的缓冲工作。
    • To improve infrared image real-time display stability and continuity in infrared imaging system, a new method to use double buffer memory to store data and adopt multi-thread technology to display image is presented.
      在红外成像系统中,为改善红外图像实时显示的稳定性和连续性,提出采用双缓存机制存储数据,采用多线程技术显示图像。
    • Use Memory Buffer to Store and Re-Show Remote Bitmap
      利用内存缓冲区存储和再现远程位图图像
    • Buffer cell store commands, responds and data.
      缓冲单元用于指令,响应以及数据的缓冲。
    • In hardware design, a properly sized buffer cache is arranged to store the temporary data used in deblocking, and dual parallel bus architecture is used to satisfy the requirement of the high data bandwidth.
      在硬件设计中,采用cache缓存法暂存用于去块效应的临时数据,同时采用双并行总线满足较高的系统带宽要求。
    • Buffer, as an important tool that is used to store temporarily the key information and to deal with speed difference, always plays a vital role in computer engineering field.
      缓冲区作为一种缓存关键信息、协调速度差异的重要手段,在计算机工程领域一直扮演着一个不可忽视的角色。
    • Log Buffer& Memory used to store all changes to database before it is flushed to the logs on disk.
      日志缓冲区&在将所有对数据库的更改刷新到磁盘上的日志之前,用来存储这些更改的内存。
    • After the transfer, you use the data in that structure to copy the string itself into your buffer in the local store using another DMA transfer, and wait for it to complete.
      传输之后,使用那个结构中的数据来将字符串自身复制到本地存储的缓存区内,方法是借助另一个DMA传输并等待它完成。